home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / GAM / C-D / DM_3000 / DM 3000 / card_18544.txt < prev    next >
Encoding:
Text File  |  1988-06-06  |  1.4 KB  |  65 lines

  1. -- card: 18544 from stack: in
  2. -- bmap block id: 2395
  3. -- flags: 4000
  4. -- background id: 2604
  5. -- name: BANK
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=344 top=115 right=139 bottom=365
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2730 / 2730
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: S/TO/OUT/BANK
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 8762
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=230 top=232 right=244 bottom=280
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: GET?CASH
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   global pocketbook
  43.   global inventory
  44.   if pocketbook >=1 and pocketbook <=3 and " intact I.D." is in inventory then
  45.     put "The machine gives you 110 in credits." into Msg
  46.     wait 3 seconds
  47.     doMenu "Message"
  48.     add 110 to pocketbook
  49.     put pocketbook into background field "CountMe"
  50.   else
  51.     put "The machine does not respond." into Msg
  52.     wait 3 seconds
  53.     doMenu "Message"
  54.   end if
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part contents for background part 6
  60. ----- text -----
  61. You are carrying: empty multicorder
  62.  
  63. -- part contents for background part 8
  64. ----- text -----
  65. 0